Update changelog for v129#212
Conversation
Co-Authored-By: unknown <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | e00a24c | Commit Preview URL | Jun 30 2025, 04:46 PM |
Update changelog for v129
Summary
This PR updates the changelog for the Agentuity JavaScript SDK documentation to document version 0.0.129. The changes add entries for three features/fixes that occurred after v0.0.128:
The changelog entry follows the established format used in the documentation site, including the Callout component with release date and the Changes: section with categorized items.
Review & Testing Checklist for Human
Recommended test plan: Navigate to the documentation site after deployment to verify the changelog displays correctly and all PR links function properly.
Diagram
%%{ init : { "theme" : "default" }}%% graph TD CHANGELOG["content/Changelog/sdk-js.mdx"]:::major-edit CHANGELOG --> |"Added v0.0.129 entry"| V129["v0.0.129 Release Notes"] V129 --> PR130["Discord Integration<br/>PR #130"]:::context V129 --> PR139["Handoff Data Fix<br/>PR #139"]:::context V129 --> PR140["Document Type<br/>PR #140"]:::context V129 --> CALLOUT["Callout Component<br/>Released: June 30, 2025"]:::minor-edit V129 --> CHANGES["Changes Section<br/>Categorized entries"]:::minor-edit subgraph Legend L1["Major Edit"]:::major-edit L2["Minor Edit"]:::minor-edit L3["Context/No Edit"]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes